Feature: Delete post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 20.455s |
Scenario: As a user I can delete a published post
Given
I navigate to page "http://localhost:2372/ghost/#/signin"
0m 3.294s
When
I enter "marisela.delvalle93@gmail.com" into input field having className "email"
0m 2.251s
And
I enter "12345678" into input field having className "password"
0m 2.075s
And
I click on element having className "login"
0m 2.096s
And
I click on element that links to "#/posts/"
0m 2.151s
And
I click on element having className "gh-content-status-published"
0m 2.425s
And
I click on element having className "post-settings"
0m 2.041s
And
I click on element having className "settings-menu-delete-button"
0m 2.064s
And
I click on element having className "gh-btn-red"
0m 2.051s
Then
I should see text "Posts"
0m 0.008s
Screenshots
Given I navigate to page "http://localhost:2372/ghost/#/signin"
When I enter "marisela.delvalle93@gmail.com" into input field having className "email"
And I enter "12345678" into input field having className "password"
And I click on element having className "login"
And I click on element that links to "#/posts/"
And I click on element having className "gh-content-status-published"
And I click on element having className "post-settings"
And I click on element having className "settings-menu-delete-button"
And I click on element having className "gh-btn-red"
Then I should see text "Posts"